object GameComplete: TGameComplete Left = 393 Top = 199 BorderStyle = bsNone Caption = 'GameComplete' ClientHeight = 326 ClientWidth = 243 Color = clWhite Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnPaint = FormPaint OnShow = FormShow TextHeight = 20 object Label1: TLabel Left = 4 Top = 12 Width = 233 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Congratulations!' Font.Color = clBlack Font.Height = -23 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 4 Top = 236 Width = 233 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Puzzle Completed' Font.Color = clBlack Font.Height = -23 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 76 Top = 52 Width = 102 Height = 179 AutoSize = True Picture.Data = {} Stretch = True end object Ok: TButton Left = 72 Top = 276 Width = 105 Height = 45 Caption = '&Ok' Default = True Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = OkClick end end